Update dependencies and Rust that's used
authorAlex Crichton <alex@alexcrichton.com>
Mon, 3 Aug 2015 17:04:22 +0000 (10:04 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 14 Aug 2015 20:30:53 +0000 (13:30 -0700)
commit530e1d180d282cf8d2db52386d3c023bec1ce5bd
tree689bc9d06501a3417df53c734298f81250a35993
parenta6f6c60b325ca2a4420da18175176f8b37b699a5
Update dependencies and Rust that's used

* Picks up a few breaking changes to dependency APIs, notably the tar-rs changes
  and git2-rs changes.
* Builds should now work with VS 2015
15 files changed:
.travis.yml
Cargo.lock
Cargo.toml
appveyor.yml
src/cargo/ops/cargo_package.rs
src/cargo/sources/git/utils.rs
src/rustversion.txt
tests/support/git.rs
tests/support/registry.rs
tests/test_cargo_build_auth.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_doc.rs
tests/test_cargo_package.rs
tests/test_cargo_publish.rs